home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 February
/
Macworld (2000-02).dmg
/
Updaters
/
WhiteCap 3.2.2.sea
/
WhiteCap 3.2.2
/
(into Visual Plug-ins)
/
WhiteCap Configs
/
Opus Dei
< prev
next >
Wrap
Text File
|
1999-12-07
|
1KB
|
80 lines
// It's all I have anymore to keep me motivated...
// - Andy
Resn=10,
Durn="4",
CamX="60 * cos( 0 * .15 * t )",
CamY="60 * sin( 0 * .15 * t )",
CamZ="5",
CmLX="1",
CmLY="0",
CmLZ="-29",
R="(1-dt) * .59",
G="0",
B="(1-dt) * .72",
CUpX="0",
CUpY="0",
CUpZ="1",
LvlR="1",
LvlG="1",
LvlB="0",
// Window size and position
widt=590,heig=300,
ConL=1,ConB=1,
Fall="1",
A0="25", // bounds XY size
A1=".8", // Theta (ie, time) scale
// We use polar cords, and our eq will be "r = c0( theta )"
C0="a1 * st", // Theta
C1="2 * ( 1.4 - .2 * sin( .31 * st ) -.3 * sin( .39 * st ) + .35 * cos( .44 * st ) )",
C2="( abs( c1 ) + .7 ) * cos( 1.9 * c0 + .8 * sin( .42 * st ) - .7 * sin( .32 * st ) )",
// We compute (x+dx,y+dy) to calc velocity
C3="st+.08",
C4="a1 * c3", // Theta + deltaT
C5="2 * ( 1.4 - .3 * sin( .31 * C3 ) -.4 * sin( .39 * C3 ) + .45 * cos( .44 * C3 ) )",
C6="( abs( c5 ) + .9 ) * cos( 1.9 * c4 + .8 * sin( .42 * C3 ) - .7 * sin( .32 * C3 ) )",
C7="c6 * cos( c4 ) - c2 * cos( c0 )", // dx (unnormalized)
C8="c6 * sin( c4 ) - c2 * sin( c0 )", // dy (unnormalized)
C9="sqrt( C7 * C7 + C8 * C8 )",
C10="a0 * 2.2 / C9",
C11="a0 * c2 * cos( c0 )",
C12="a0 * c2 * sin( c0 )",
// x = r * cos( theta ), y = r * sin( theta )
// c7 i - c8 j is perpendicular to path
X="c11 - C10 * C8 * ( s - .5 )",
Y="c12 + C10 * C7 * ( s - .5 )",
Z="15 * mag( s )",
Scal="400",
ScSz=1,
Pers="120",
Vers=30